-
Notifications
You must be signed in to change notification settings - Fork 0
[Pipeline Fix] Dev to Stage #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
sujata-m
commented
Feb 11, 2025
- Fixed Issue-1704
- Enabled the dev and stage pipeline
- Fixed Issue-[1704](https://dev.azure.com/TDEI-UW/TDEI/_workitems/edit/1704) - Enabled the dev and stage pipeline
Fixed Issue-1704
| needs: Build | ||
| environment: | ||
| name: Development | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Login to Azure | ||
| uses: azure/login@v1 | ||
| with: | ||
| creds: ${{ secrets.TDEI_CORE_AZURE_CREDS }} | ||
| - name: Deploy to Dev | ||
| uses: azure/webapps-deploy@v2 | ||
| with: | ||
| app-name: ${{ secrets.AZURE_WEBAPP_NAME }} | ||
| images: ${{ secrets.REGISTRY_DOMAIN }}/${{ secrets.REGISTRY_REPO }}:${{ github.sha }} |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Login to Azure | ||
| uses: azure/login@v1 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
| with: | ||
| creds: ${{ secrets.TDEI_CORE_AZURE_CREDS }} | ||
| - name: Deploy to Dev | ||
| uses: azure/webapps-deploy@v2 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Login to Azure | ||
| uses: azure/login@v1 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
| with: | ||
| creds: ${{ secrets.TDEI_CORE_AZURE_CREDS }} | ||
| - name: Deploy to Dev | ||
| uses: azure/webapps-deploy@v2 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium